home *** CD-ROM | disk | FTP | other *** search
- Path: duffus.pipex-sa.net!nic
- From: nic@pipex-sa.net (Nic Tjirkalli)
- Newsgroups: comp.lang.c
- Subject: itoa on Unix
- Date: 8 Jan 1996 14:37:10 GMT
- Organization: pipex-sa.net
- Message-ID: <4cra6m$pop@baloo.pipex-sa.net>
- NNTP-Posting-Host: duffus.pipex-sa.net
- X-Newsreader: TIN [version 1.2 PL2]
-
- Hi all,
-
- I am using gcc 2.6.3 on linux. Ineed to convert an integer to a string.
- I rember from my programming days in Borland C that there was a itoa
- function to convert an interger to a string. I can find no such function,
- though, with gcc.
-
- I would greatly appreciate it if somebody could inform me of a simple
- way to convert an integer to a string using gcc on unix.
-
-
- Many thanx
-
-
-